Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #7219: export forwarder should use TypeAlias for parameterless class #7223

Merged
merged 3 commits into from
Sep 26, 2019

Conversation

liufengyun
Copy link
Contributor

Fix #7219: export forwarder should use TypeAlias for parameterless class

liufengyun and others added 3 commits September 26, 2019 12:23
The previous scheme did not work correctly for forwarding classes.
the previous commit fixed that for unparameterized classes, but
parameterized classes still had a problem, The current scheme
is far simpler since it always uses unparameterized aliases.
@liufengyun
Copy link
Contributor Author

LGTM

@liufengyun liufengyun merged commit e7f0e2a into scala:master Sep 26, 2019
@liufengyun liufengyun deleted the fix-7219 branch September 26, 2019 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is this a bug? Interaction between export and pattern match
2 participants